Auto merge of #4116 - alexcrichton:enotsupp, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Thu, 1 Jun 2017 21:07:58 +0000 (21:07 +0000)
committerbors <bors@rust-lang.org>
Thu, 1 Jun 2017 21:07:58 +0000 (21:07 +0000)
commit3b4cb7c0c96cf967d2cfae8e42bcbbda74dcb666
tree1babcf8f7f37a0d12207febb45e7437dcdd0257a
parent30ebc1758229098fa6f9bbc8a10d105ab50ebbe4
parent7e3e9b2d01a82fc94cc8c9d19e623ab7d778f01a
Auto merge of #4116 - alexcrichton:enotsupp, r=Mark-Simulacrum

Ignore ENOTSUP in file locking on Linux too

Apparently there are some filesystems that return this!

Closes #4096